From 0326d98d4f166cf8cb90b6d33885c5a29ed7ddd2 Mon Sep 17 00:00:00 2001 From: Henrik Enberg Date: Fri, 20 Jan 2006 16:53:55 +0000 Subject: [PATCH] (rmail-summary-get-summary): Make sure sender is no longer than 25 characters. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index ae11ba9dffd..d9dbce0f713 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1514,7 +1514,7 @@ KEYWORDS is a comma-separated list of labels." subj (replace-regexp-in-string "\\s-+" " " (rmail-desc-get-subject n))) (funcall rmail-summary-line-decoder - (format "%5s%s%6s %25s%s %s\n" + (format "%5s%s%6s %25.25s%s %s\n" n (rmail-summary-get-summary-attributes n) (concat (rmail-desc-get-day-number n) "-" -- 2.30.2